home *** CD-ROM | disk | FTP | other *** search
- |
- | TILE Forth
- |
- wimpslot -min 256k -max 256k
- |
- | Set the environment variables for TILE Forth
- |
- set Tile$Dir <Obey$Dir>
- set Tile$Lib <Tile$Dir>.f83
- set Tile$Test <Tile$Dir>.test
- |
- | Make sure system modules are loaded
- |
- RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
- RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
- RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPEmulator
- |
- | Options
- |
- | run <Tile$Dir>.!RunImage [options...]
- |
- | -dN N is the dictionary size; 262144 is the default
- | -pN N is the parameter stack size; 256 is the default
- | -rN N is the return stack size; 256 is the default
- | -uN N is the user area size; 1024 is the default
- | -q suppresses banner
- | -mN N is the mode of the sprite used for display; default is 0
- |
- run <Tile$Dir>.!RunImage -m12 -d65535
-